• API Documentation
  • i-net /// software
Search Results for

    Show / Hide Table of Contents
    • inetsoftware.Config
      • Configuration
      • ConfigurationManager
    • inetsoftware.Pdfc
      • PDFC
      • PDFComparer
    • inetsoftware.Pdfc.Config
      • DefaultProfileID
      • PDFCProperty
      • PDFCVisibility
    • inetsoftware.Pdfc.Error
      • ExceptionData
      • PresenterExceptionData
    • inetsoftware.Pdfc.Generator.Message
      • InfoData
    • inetsoftware.Pdfc.Generator.Model
      • ModificationType
      • ModificationType.Type
    • inetsoftware.Pdfc.Presenter
      • BasePresenter
      • ConsolePresenter
      • DifferencesPDFPresenter
      • DifferencesPNGPresenter
      • DifferencesPrintPresenter
      • ExportFilePresenter
      • ExportPresenter
      • JsonPresenter
      • ReportPDFPresenter
      • ReportPresenter
    • inetsoftware.Pdfc.Results
      • Diff
      • DiffGroups
      • ResultModel
    • inetsoftware.ProcessBridge
      • ProcessConfig
      • ProcessException
    • inetsoftware.ProcessBridge.Handler
      • BridgedObject
      • RefObject

    Class DiffGroups

    A DiffGroup describes a set of subsequent Modifications in a document. It is characterized by the fact the the elements in front of and after the DiffGroup are equal. Furthermore there are no equal elements inside the range of a DiffGroup. Any group has a type which indicates the severity of the Modifications in this group.

    Inheritance
    object
    DiffGroups
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: inetsoftware.Pdfc.Results
    Assembly: inetsoftware.Pdfc.dll
    Syntax
    public class DiffGroups

    Constructors

    DiffGroups()

    Declaration
    public DiffGroups()

    Properties

    BoundsFirst

    The bounds of the diff group in the first document.

    Declaration
    public Tuple<int, int, int, int> BoundsFirst { get; }
    Property Value
    Type Description
    Tuple<int, int, int, int>

    BoundsSecond

    The bounds of the diff group in the second document

    Declaration
    public Tuple<int, int, int, int> BoundsSecond { get; }
    Property Value
    Type Description
    Tuple<int, int, int, int>

    Message

    The message for the group

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    string

    Type

    The type of the diff group.

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Copyright © - i-net /// software